home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / packmast.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-05-27  |  156b  |  10 lines

  1. echo off
  2. cls
  3. copy *.exe c:\windows
  4. copy *.ico c:\windows
  5. copy *.pif c:\windows
  6. copy *.vbx c:\windows\system
  7. copy *.dll c:\windows
  8. type readme.txt
  9.  
  10.